home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
utilities
/
pu122.dms
/
pu122.adf
/
MAKEVIDEO
< prev
next >
Wrap
Text File
|
1987-08-09
|
1KB
|
41 lines
; VIDEO FONTS DISK CREATOR
; This EXECUTE file creates a special FONTS disk for use by other programs
; You must have a blank, formatted disk named "FONTS" available
; ie. FORMAT DRIVE DF1: NAME FONTS
copy fonts#1:video/#? to ram:
makedir ram:2001
makedir ram:B'wayDeco
makedir ram:Basic
makedir ram:Chex
makedir ram:Citylight
makedir ram:clean
makedir ram:CleanII
makedir ram:crown
makedir ram:Data
makedir ram:Diamond
makedir ram:Ghost
makedir ram:ibm5
makedir ram:Shadow2
makedir ram:smallfont
makedir ram:Two
copy fonts#1:video/2001 to ram:2001
copy fonts#1:video/B'wayDeco to ram:B'wayDeco
copy fonts#1:video/Basic to ram:Basic
copy fonts#1:video/Chex to ram:Chex
copy fonts#1:video/CityLight to ram:CityLight
copy fonts#1:video/clean to ram:clean
copy fonts#1:video/CleanII to ram:CleanII
copy fonts#1:video/crown to ram:crown
copy fonts#1:video/Data to ram:Data
copy fonts#1:video/Diamond to ram:Diamond
copy fonts#1:video/Ghost to ram:Ghost
copy fonts#1:video/ibm5 to ram:ibm5
copy fonts#1:video/Shadow2 to ram:Shadow2
copy fonts#1:video/smallfont to ram:smallfont
copy fonts#1:video/Two to ram:Two
cd RAM:
echo "You MUST insert a blank, formatted disk named "FONTS" into any drive."
echo "Then type:"
echo " COPY RAM: TO FONTS: ALL"